lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation
authorRuchika Gupta <[email protected]>
Fri, 23 Jan 2015 10:31:56 +0000 (16:01 +0530)
committerSimon Glass <[email protected]>
Fri, 30 Jan 2015 00:09:59 +0000 (17:09 -0700)
commitd9f23c7fe20fced0a84713d5084a6d2896463257
treecdc5e920650a981e1c8953d3813df91d594b06f1
parent34276478f7b7a0fea9c76e365a477962910ef770
lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation

Kconfig option added for devices which support RSA Verification.
1. RSA_SOFTWARE_EXP
Enables driver for supporting RSA Modular Exponentiation in Software
2. RSA_FREESCALE_EXP
Enables driver for supporting RSA Modular Exponentiation using Freescale specific
driver

The above drivers use RSA uclass

Signed-off-by: Ruchika Gupta <[email protected]>
CC: Simon Glass <[email protected]>
Acked-by: Simon Glass <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
(Removed duplicate line in Kconfig comment)

Change-Id: I7663c4d5350e2bfc3dfa2696f70ef777d6ccc6f6
lib/Kconfig
lib/rsa/Kconfig [new file with mode: 0644]